home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global actual, act
- if act = 0 then
- if actual = 0 then
- if (the mouseCast > 10) and (the mouseCast < 15) then
- cursor([901, 902])
- else
- if rollOver(22) or rollOver(23) then
- cursor([901, 902])
- else
- cursor(-1)
- end if
- end if
- end if
- if actual = 1 then
- cursor(-1)
- startTimer()
- repeat while the timer < 90
- nothing()
- end repeat
- InVis(7, 11)
- set actual to 0
- end if
- end if
- if act = 1 then
- if rollOver(25) or rollOver(26) then
- cursor([901, 902])
- else
- cursor(-1)
- end if
- end if
- Loopframe()
- end
-